home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / archvrs / mac / unshar.rdm < prev    next >
Encoding:
Text File  |  1993-06-12  |  1.5 KB  |  63 lines

  1.  
  2. This program can be used to extract shar archives.
  3.  
  4. ---
  5. To use:
  6.  
  7. 1) Launch "unshar"
  8. 2) select "Extract"
  9. 3) choose a shar archive that you've downloaded
  10.    (must be a text file).
  11. 4) select a FOLDER in which to store the extracted files
  12. 5) pick next archive or quit
  13.  
  14. For batch unsharing:
  15.  
  16. 1) under 7.0, select a group of files (must be TEXT files)
  17.    and drop them into unshar when the appl's icon is
  18.    highlighted.
  19. 2) under pre-7.0 systems, select the TEXT files and the appl
  20.    itself, then choose "Open" from the file menu.
  21.  
  22. Of course, if the file isn't a shar archive, ...
  23.    
  24. Not all shar files can be processed by this application,
  25. but it will work for the ones in the sumex archives and
  26. those in comp.binaries.mac.
  27.  
  28. This was built from source code posted by Amanda Walker of
  29. Intercon.
  30.  
  31. ---
  32. Notes for hackers:
  33.  
  34. The same source file can be used for both MPW and Think C.
  35. For use with Think C, you need
  36.   a) TC 4.0.4 or later
  37.   b) the header files distributed on the 7.0B4 CD
  38.   c) TransSkel (from sumex)
  39. If you use the header files distributed with TC 4.0, you may find
  40. things like "FileFilterProcPtr" not defined. Just typedef them to
  41. ProcPtrs and it should compile. Also look at the comment about
  42. LOWMEM vars near the top of the file.
  43.  
  44. For MPW, use the unshar.make that is provided; you can use the
  45. Build command in the Build menu.
  46.  
  47. ---
  48. Sak Wathanasin
  49. Network Analysis Limited
  50.  
  51. uucp:    ...!ukc!nan!sw
  52. other:    sw@network-analysis-ltd.co.uk
  53. phone:  (+44) 203 419996
  54. snail:  178 Wainbody Ave South, Coventry CV3 6BX, UK
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.